home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Files / XTND 1.3.6 / Application Examples / Build Instructions
Encoding:
Text File  |  1992-07-15  |  1.7 KB  |  19 lines  |  [TEXT/ttxt]

  1. XTND Application Examples -- Build Instructions
  2. ______________________________________
  3.  
  4. This document describes the build instructions for the TESample and XTEStyleSample applications included in the XTND Application Examples folder.
  5.  
  6. First, drag the XTND 1.3.6 Developer’s Kit disk icon onto your hard disk. This will preserve the folder hierarchies expected by the make files. We have provided examples for three common development environments: MPW, THINK C, and THINK Pascal.
  7.  
  8. MPW 3.2.x
  9. ________
  10. Set the current MPW directory to the PascalSource or CSource folder using Set Directory… from the Directory menu, then select Build… from the Build menu. MPW will then ask you to enter the program name — specify either TESample (in CSource) or XTEStyleSample (in PascalSource).
  11.  
  12. THINK C 5.x
  13. _________
  14. Launch THINK C and open the TESample.π project in the CSource folder. Select Build Application… from the Project menu. You will encounter a problem when the XTNDInterfaceLib.π library needs to be linked in because THINK uses a hard-coded pathname to locate it. To overcome this problem, select the XTNDInterfaceLib.π file in the project window, Remove it, then Add… it back, locating it in the XTND Headers:XTNDLibraries folder. The Remove and Add… commands are in the Source menu.
  15.  
  16. THINK Pascal 4.x
  17. _____________
  18. Launch THINK Pascal and open the XTEStyleSample.π project in the PascalSource:THINK ƒ folder. Then select Build Application from the Project menu. You will encounter a problem when the XTNDInterfaceLib.o library needs to be linked in because THINK uses a hard-coded pathname to locate it. You will be asked whether you want to look for the library — click OK, then move to the XTND Headers:XTNDLibraries folder and select the XTNDInterfaceLib.o file.
  19.